Performs a normal stop operation on the run.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{run ID}/stop
See the LoadRunner documentation for a full description of the normal stop of a test run.
You can send a request XML that specifies post-run actions if you want to change the actions specified by the start operation.
The URL for the run data is the same as the Location header returned by Start a Test Run with the addition of the operation "stop".
POST: Stops the run.
Headers:
If request body is passed, send one of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
Optionally, an XML that specifies the post-run actions. If no body is passed, the run uses the values specified when the run was started. See Start a Test Run.
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
See Run Status XML
Run Status XML
Stopping Runs
Start a Test Run
|